home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Antivirus / VET / 95 / disc2 / DATA.2 / Program / Vet32.exe / 3081 / RCDATA / 30001
Text File  |  1998-11-18  |  3KB  |  86 lines

  1. The command line can be a combination of file paths and switches.
  2. File paths can include wild characters. Switches are distinguished
  3. from file paths by either leading '/' or leading '-' signs.
  4.  
  5. Switches specified on the command line are applied to all file paths.
  6. If no switches are specified then default options are used. The default
  7. options can be accessed in the Options dialog box.
  8.  
  9. The following switches are supported:
  10.  
  11. Scanning:
  12.  
  13.   /fast        - Peform a fast scan
  14.   /full        - Perform a full scan (check every byte of each file)
  15.  
  16.   /bootscan    - Scan boot sectors
  17.   /nobootscan    - Do not scan boot sectors
  18.  
  19.   /memoryscan    - Scan memory
  20.   /nomemoryscan    - Do not scan memory
  21.  
  22.   /compressed    - Scan compressed archives, e.g. zip files
  23.   /nocompressed    - Do not scan compressed archives
  24.  
  25.   /renamed    - Scan files previously renamed by Vet
  26.   /norenamed    - Do not scan files previously renamed by Vet
  27.  
  28.   /sub        - Scan subdirectories
  29.   /nosub        - Do not scan subdirectories
  30.  
  31.   /AllLocalDisks    - Include all local hard disk drives in the scan
  32.  
  33.   /ext        - Specify the extensions to scan, eg:
  34.             /ext="exe,dll,sys"    Scan only files with these extensions
  35.             /ext=*            Scan all files
  36.             /ext            Scan the default extensions
  37.  
  38.   /cancel        - Allow cancellation of the scan
  39.   /nocancel    - Do not allow cancellation of the scan
  40.  
  41.   /exit        - Exit on completion of the scan
  42.  
  43.   /maxfiles    - Specify the number of files to scan, eg:
  44.             /maxfiles=1000
  45.   /resume        - Resume scan from where the last scan to use /maxfiles ended
  46.  
  47.   /progressive    - Start the Progressive scan (configurable from within Vet)
  48.  
  49.   /waitstart    - Specify the number of seconds to wait before starting, eg:
  50.             /waitstart=15        Wait 15 seconds
  51. Viruses:
  52.  
  53.   /infect        - Specify action to take on infected files
  54.             /infect=clean        Attempt to clean the infected file
  55.             /infect=rename        Rename the infected file
  56.             /infect=delete        Delete the infected file
  57.             /infect=reportonly    Do not take any action
  58.  
  59.   /suspect        - Specify action to take on suspected infections
  60.             /suspect=rename        Rename the suspect file
  61.             /suspect=delete        Delete the suspect file (use with caution)
  62.             /suspect=reportonly    Do not take any action
  63.  
  64.   /macro        - Specify action to take on infected documents
  65.             /macro=clean        Attempt to clean the infected document
  66.             /macro=reportonly    Do not take any action
  67.  
  68. Reporting:
  69.  
  70.   /display        - Specify the display level
  71.             /display=full        Display the main interface (default)
  72.             /display=progress    Display a progress meter of the scan
  73.             /display=notify        Hide the progress meter unless infection detected
  74.             /display=none        Run invisibly (Vet will automatically exit on completion of the scan)
  75.  
  76.   /report        - Specify the report level
  77.             /report=infected    Report only infected files
  78.             /report=all        Report all files scanned
  79.  
  80.   /logfile        - Specify a logfile to use
  81.             /logfile="filename.txt"    User defined logfile
  82.             /logfile        Default logfile
  83.   /nologfile    - Do not keep a log
  84.  
  85.   /help        - Display this help information